/*$$
{"color":[{"val":"#ffffff","title":"默认文字颜色"},
{"val":"#666666","title":"右侧飘窗文字颜色"}],
"background":[{"val":"#f5f8fd","title":"默认背景颜色"},
{"val":"#6073a8","title":"联系方式内容区域背景颜色"},
{"val":"#ffffff","title":"飘窗背景颜色"},
{"val":"#ff9700","title":"飘窗鼠标滑过背景颜色"}],
"border":[{"val":"#5a6c9f","title":"logo底部边框"},
{"val":"#ffffff","title":"友情链接边框"},
{"val":"#999999","title":"友情链接鼠标滑过边框"},
{"val":"#dfdfdf","title":"飘窗边框"}]}
$$*/
#footer_151{
	width: 100%;
	height: 100%;
	background: #f5f8fd url(./../../../static/images/FD00016_09.png) no-repeat center bottom;
	position: relative;
}
#footer_151 .footerBox{
	width: 1200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	height:620px;
}
#footer_151 .logo{
	width: 100%;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:#5a6c9f solid 1px;
}
#footer_151 .contact{
	width: 100%;
	height: 140px;
	background: #6073a8;
	margin: 55px 0 40px 0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	padding: 0 20px;
}
#footer_151 .tactItem{
	display: flex;
	color: #ffffff;
}
#footer_151 .contact .icon{
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
#footer_151 .contact .cont{
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}
#footer_151 .contact .cont::before{
	position: absolute;
	height: 45px;
	background: #ffffff;
	width: 1px;
	left:0;
	top:50%;
	transform: translateY(-50%);
	content: '';
}
#footer_151 .contact .cont span:first-child{
	margin-bottom: 10px;
}
#footer_151 .footEnd{
	text-align: center;
	line-height:36px;
	color: #ffffff;
	font-size: 14px;
}
#footer_151 .footEnd .show{
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_151 .footEnd a{
	color: #ffffff;
}
#footer_151 .linkBox{
	padding-left: 150px;
	position: absolute;
	bottom: 0;
	height: 125px;
	width: 100%;
}
#footer_151 .linkBox .cloumn{
	background:url(./../../../static/images/FD00016_06.png) no-repeat 10px center;
	position: absolute;
	left: 0;
	height: 100%;
	padding-left: 52px;
	color: #ffffff;
	font-size: 16px;
	line-height: 125px;
}
#footer_151 .linkList{
	width:100%;
	display: grid;
	grid-template-columns: repeat(8,1fr);
	padding: 42px 0;
}
#footer_151 .linkList a{
	border:#ffffff solid 1px;
	border-radius: 5px;
	height: 40px;
	display: block;
	float: left;
	margin-right:25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_151 .linkList a:hover{
	border:#999999 solid 1px;
}
#footer_151 .linkList a img{
	max-width: 80%;
	max-height: 80%;
	object-fit: cover;
}
#gotop_151{
	position: fixed;
	right: 50px;
	width:75px;
	bottom: 50px;
	z-index: 999999;
}
#gotop_151 .topList{
	width: 75px;
	background: #ffffff;
	border: #dfdfdf solid 1px;
	height: 275px;
	border-radius: 8px;
}
#gotop_151 .topList li{
	width: 100%;
	height: 25%;
	color: #666666;
	border-bottom: #dfdfdf solid 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height:22px;
	float: right;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}
#gotop_151 .topList li:first-child{
	border-radius: 8px 8px 0 0;
}
#gotop_151 .topList li:last-child{
	border-radius:0 0 8px 8px;
}
#gotop_151 .topList li:hover{
	background: #ff9700;
}
#gotop_151 .topList li .c1,
#gotop_151 .topList li:hover .c2{
	display: block;
}
#gotop_151 .topList li .c2,
#gotop_151 .topList li:hover .c1{
	display: none;
}

#gotop_151 .topList li:hover a,
#gotop_151 .topList li:hover .tit{
	color: #ffffff;
}
#gotop_151 .topList li a{
	color: #666666;
}
#gotop_151 .topList li:last-child{
	border-bottom: none;
}
#gotop_151 .topList li .tellCon{
	width: 0;
	background: #ffffff;
	border: #dfdfdf solid 1px;
	position: absolute;
	right: 74px;
	display: flex;
	border-radius: 58px 0 0 58px;
	height: 100%;
	align-items: center;
	padding: 0 10px;
	font-size: 14px;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
}
#gotop_151 .topList li:hover .tellCon{
	width: 220px;
	opacity: 1;
}
#gotop_151 .topList li .codeCon{
	background: #ffffff;
	border: #dfdfdf solid 1px;
	width: 0;
	height: 100px;
	position: absolute;
	right: 75px;
	top:50%;
	margin-top: -50px;
	padding: 10px;
	opacity: 0;
	transition: all .8s;
}
#gotop_151 .topList li:hover .codeCon{
	width: 100px;
	opacity: 1;
}
#gotop_151 .topList li .codeCon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gotop_151 .topList li .tellCon img{
	margin-right: 10px;
}

@media screen and (max-width: 1200px) {
	#footer_151 .footerBox{
		width: 100%;
	}
	
}
@media screen and (max-width: 1024px) {
	#footer_151{
		height: 600px;
		background-size: auto 600px;
	}
	#footer_151 .footerBox{
		top:0;
		transform: translateY(0);
		padding:15px 30px;
		margin: 0;
		left: 0;
		padding: 30px 30px 0 30px;
	}
}
@media screen and (max-width: 768px) {
	#footer_151{
		display: none;
	}
	#gotop_151{
		display: none;
	}
}
@media screen and (max-height: 800px){
	#footer_151{
		background-size:auto 680px; 
	}
	#footer_151 .logo{
		margin-top: 30px;
	}
	#footer_151 .linkBox{
		height: 110px;
	}
	
}